﻿@charset "utf-8";
/* CSS Document */


body{
    min-width: 1420px;
    overflow-x: hidden;
    font-family: arial, "Microsoft YaHei";
    font-size: 14px;
    color: #333333;
    line-height:2;
}
body, ul{ padding: 0; margin: 0;}
body, html, p, br, h1, h2, h3, h4, h5, h6, ul{ margin: 0; padding: 0;}
ul{ list-style: none; }
a{ color: #333333; text-decoration: none;}
a:hover{
    color: #2461ef;
    text-decoration: none;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
input{ outline: none;}
img{ border: none;}
.fl{ float: left;}
.fr{ float: right;}
.clear{ clear:both; }

input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    display: none;
}

.layout{
    height: auto;
    overflow: hidden;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
}

.w1476{
    width: 1476px;
    margin-left: auto;
    margin-right: auto;
}

header{
    height: 72px;
	border-bottom:1px solid #e6edf3;
	background:white;
}

.logo{

}

.logo img{
    width: auto;
    height: 72px;
}
.langau{
    height:50px;
    padding-top:22px;
    padding-left:25px;
    margin-left:20px;
    float: right;
    background:url(../images/langau.png) no-repeat left center;
}
/*导航*/
.nav{
    height: 72px;
}

.nav li{
    min-width: 120px;
    display: inline-block;!important;
    margin: 0 4px;
    line-height: 72px;
    position: relative;
    text-align: center;
}

.nav li a{
    display: block;
    padding: 0 7px;
}

.nav li a:hover{
    border-bottom: 2px solid #2461ef;
    text-decoration: none;
    transition: none;
}

.nav li ul{
    display: none;
    width: 100%;
    position: absolute;
    top: 72px;
    line-height: 1.5;
    z-index: 999999;
    background: white;
}
.nav li:hover ul{
    display: block;
    width: 100%;
}

.nav li ul li{
    display: block;
    width: 100%;
    margin: 0;
    line-height: normal;
}

.nav li ul li a:hover{
    /*width: 100%;*/
}

.nav li ul li a{
    display: block;
    padding: 10px 7px;
    text-align: center;
    border-bottom: 2px solid #e6edf3;
}

/*footer*/
#footer{
    height: auto;
    overflow: hidden;
    color: #888888;
    background: #222222;
}

#footer a{
    color: #888888;
}

#footer a:hover{
    color: white;
}

#footer .foot-top{
    height: auto;
    overflow: hidden;
    background: url("../images/footbg.jpg") left bottom repeat-x;
}

#footer .foot-top li{
    display:table;
    height: 130px;
    width: 33.333%;
    float: left;
}

#footer .foot-top span{
    display: table-cell;
    vertical-align:middle;
    text-align: center;
}

#footer .foot-bottom{
    padding: 34px 0;
    text-align: center;
}

#footer .foot-bottom li{
    display: inline-block;!important;
    margin: 0 7px;
}